@charset "utf-8";
/*显示器大于800时候生效*/
.mobileFuwu,#mobileBanner{display: none;}

/*显示器小于800时候生效*/
@media screen and (max-width: 800px) {
#pcBanner{display:none;}
#mobileBanner{display:block;}
/*导航，分类，搜索*/
.mobileFuwu{position: fixed;top: 0;left: 0;bottom: 0px;width: 100%;height: 0;background: #fff;z-index: 99;transition: all .5s ease;overflow: hidden;display: unset;}
.mobileNavbar{position: fixed;top: 1.95rem;right: 0;bottom: 0px;width: 0;height: calc(100% - 1.95rem - 1.4rem);background: #fff;z-index: 100;transition: all .3s ease;border-top: 1px solid #333;display: unset;overflow: auto;}
.mobileNavbar .subNav{cursor: pointer;display: block;height: auto;line-height: 0.9rem;padding-left: 0.3rem;position: relative;font-size: 0.28rem;border-bottom: #e3e3e3 solid 1px;background: url(/pic/mobilePop/ico3.png) right center no-repeat;background-size: 0.42rem;transition: all .3s ease;overflow: hidden;height: auto;}
.mobileNavbar .currentDt{background: url(/pic/mobilePop/ico3on.png) right 0.4rem no-repeat;background-size: 0.42rem;}
.mobileNavbar .navContent{height: 0;overflow: hidden;/* transition: all .3s ease; */opacity: 1;/* background: unset; */width: 100%;position: unset;background: #fff}
.mobileNavbar .navContent a{display:block;height:0.75rem;line-height:0.75rem;font-size:0.24rem;padding-left:0.5rem;border-top: #e3e3e3 solid 1px;color:#666;border-bottom: 0;text-align: left;margin: 0;width: 100%;}
.mobileFuwu .leftDiv{width: 3.2rem;float: left;background: #333;height: 100%;padding-top: 1.4rem;padding-top: 1.95rem;}
.mobileFuwu .leftDiv li{height: 0.8rem;line-height: 0.8rem;padding-left: 0.25rem;font-size: 0.28rem;color: #fff;border-bottom: #fff solid 1px;position: relative;padding-right: 0.8rem;}
.mobileFuwu .leftDiv li.on{background: #333;}
.mobileFuwu .rightDiv{width: 48%;float: right;margin-right: 0.3rem;padding-top: 1.4rem;padding-top: 1.95rem;}
.mobileFuwu .rightDiv a{display: block;text-align: left;height: 0.7rem;line-height: 0.7rem;font-size: 0.24rem;text-overflow: ellipsis;-o-text-overflow: ellipsis;white-space: nowrap;overflow: hidden;/* border: #b5b5b5 solid 1px;*//* background: #f6f6f6;*//* border-radius: 0.08rem;*/}
.mobileFuwu .rightDiv .tabContent{display: none;}
.mobileFuwu .leftDiv li::after{content: "";background: url(/pic/mobilePop/ico3-1.png) right center no-repeat;background-size: 0.42rem;width: 0.5rem;height: 0.5rem;position: absolute;top: 0.15rem;right: 0;}
.mobileFuwu .leftDiv li.on::after{content: "";background: url(/pic/mobilePop/ico3-1on.png) right center no-repeat;background-size: 0.42rem;width: 0.5rem;height: 0.5rem;position: absolute;top: 0.15rem;right: 0;}
.mobileFuwu .leftDiv li a{color:#fff;width: 100%;overflow: hidden;display: block;height: 100%;}

.search{display: block;background: url(/pic/mobilePop/searchIco.png) 0 0 no-repeat;background-size: 0.4rem;width: 0.4rem;height: 0.4rem;position: absolute;top: 0.1rem;right: 0.6rem;display: none;}
.mobileSearch{position: fixed;top: 0;left: 0;bottom: 0px;width: 100%;height: 0;background: #fff;z-index: 98;transition: all .5s ease;overflow: hidden;display: unset;box-shadow: 0 2px 5px 0 rgba(0,0,0,.1);}
.bannerH{height: 1rem;margin: 0;padding: 0;background: url(/pic/mobilePop/searchBg.jpg) center no-repeat;background-size: cover;}
.closeBox .searchClose{width: 0.4rem;position: absolute;bottom: 0.1rem;left: calc(50% - 0.2rem);}
.closeBox .searchClose img{width:0.3rem;}
}